Bitmap for WPF
ReadRange<T>(Int32) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DataStream クラス > ReadRange メソッド : ReadRange<T>(Int32) メソッド
The type of the values to be read from the stream.
Reads an array of values from the current stream, and advances the current position within this stream by the number of bytes written.
シンタックス
'宣言
 
Public Overloads Function ReadRange(Of T As {New, Struct})( _
   ByVal count As System.Integer _
) As T()
public T[] ReadRange<T>( 
   System.int count
)
where T: new(), struct

パラメータ

count

型パラメータ

T
The type of the values to be read from the stream.

戻り値の型

An array of values that was read from the current stream.
解説
In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.
参照

DataStream クラス
DataStream メンバ
オーバーロード一覧